home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000154_news@columbia.edu_Mon Apr 17 12:42:04 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA19550
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 17 Apr 1995 09:35:25 -0400
  3. Received: by apakabar.cc.columbia.edu id AA17987
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 17 Apr 1995 09:35:21 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!math.ohio-state.edu!howland.reston.ans.net!newsjunkie.ans.net!swiss.ans.net!meaddata!news
  6. From: robertg@meaddata.com (Robert Gerdardy)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Kermit in background
  9. Date: 17 Apr 1995 12:42:04 GMT
  10. Organization: Mead Data Central, Dayton OH
  11. Lines: 17
  12. Distribution: world
  13. Message-Id: <3mtnms$cnv@meaddata.meaddata.com>
  14. References: <3mmrbs$g0m@apakabar.cc.columbia.edu>
  15. Reply-To: robertg@meaddata.com
  16. Nntp-Posting-Host: atom.meaddata.com
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. >This is a roundabout way of doing what you want.  You don't need to
  20. >write a program to do this -- Kermit itself can do all of it.  Just
  21. >make a Kermit command file (script program) that does the dialing,
  22. >the logging in, the starting of Kermit on the other end, and the
  23. >transferring of files.  It's much more straightforward that way, and it's
  24. >how C-Kermit was designed to work.  See Chapters 11-13 of "Using C-Kermit".
  25.  
  26. The program I have is not written just to accomodate Kermit. Kermit is entirely
  27. incidental to what I am doing; it justs happens to be the protocol available on
  28. the other end. I don't want Kermit to be sophistcated, I just want it to transfer
  29. the file and get out of the way. I have asked to have the documentation procured,
  30. since that seems to be the only way to get any help, but I thought I might get
  31. a hand with getting this going while I wait for the document. Silly me.
  32.  
  33.  
  34.  
  35.